home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 015a / clock344.zip / CLK.INI < prev    next >
INI File  |  1993-03-09  |  3KB  |  63 lines

  1. [clk]
  2. ;
  3. ; Function file for CLK.EXE
  4. ;
  5. ; This file is used as input to CLK if the /I option appears on the
  6. ; command line.
  7. ;
  8. ; Any function permitted on the command line may also appear in the [clk]
  9. ; section of this file.  However, the primary use is to save the values
  10. ; related to adjustment.  The L= function is updated any time an A= or L=
  11. ; function is used, whether it appears on the command line or through
  12. ; invocation of the function file.  It is also used to save the warning
  13. ; information of the W= function.
  14. ;
  15. ; DO NOT include the /I option in the function file or you will create an
  16. ; infinite loop in CLK.
  17. ;
  18. ; The use of /? or the appearance of any error in the function file will
  19. ; terminate processing of CLK and will result in the function in this file
  20. ; being syntax checked only.
  21. ;
  22. ; Lines starting with a semi-colon and blank lines are ignored.  
  23. ; You may place comments on function lines as long as they are separated from
  24. ; the command by at least one space.  No function includes a space and all
  25. ; processing is terminated by the first space or the end of line.
  26. ;
  27. ; Functions must start in the first column and cannot extend for more than
  28. ; 144 characters (none need anywhere near that).  Functions do not have any
  29. ; embedded spaces.
  30. ; While you will normally not want to change this file, you may choose to add
  31. ; TZ=..., R= and C= functions to this file if you always run your clocks in
  32. ; the same mode.  Then you can cause all processing to occur simply by
  33. ; entering CLK /I
  34. ;
  35. ;
  36. ; A=sss.cc                     - Adjustment per day in seconds and 100ths.  
  37. ;                                May be negative.
  38. ; A=-1.03                      - Subtract 1.03 seconds per day
  39. ;
  40. ; L=YYYY-MM-DD,hh:mm:ss,sss.cc - Date and time of last adjustment and 
  41. ;                                remaining adjustment.
  42. ; L=1993-01-01,00:00:01,-0.03  - You will rarely need to insert this statement
  43. ;                                yourself.  It is a way for CLK to save
  44. ;                                information and CLK will calculate it.
  45. ;
  46. ; W=N-d/hh:mm:ss,+d/hh:mm:ss,YYYY-MM-DD,hh:mm:ss
  47. ;
  48. ; W=-0,+91                     - You need only enter the time range for
  49. ;                                the warning command.  CLK will add the
  50. ;                                current time information.
  51. ;
  52. ; R=B-hh:mm:ss,F+hh:mm:ss      - Restrict time changes to the range specified.
  53. ;
  54. ; R=B-0:0:2,F+1:0:0            - Backward changes over two seconds are
  55. ;                                ignored as are forward changes over one hour.
  56. ;
  57. ; TZ=:cst                      - Time zone is Central U.S. with standard rules 
  58. ;                                (or anything else you want to set.
  59. ;
  60. ; c=r                          - Connect for writes and periodic reads.
  61. ;
  62.